projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6880bf
)
(BROKEN_NON_BLOCKING_CONNECT): Define it.
author
Kim F. Storm
<storm@cua.dk>
Wed, 20 Dec 2006 11:01:27 +0000
(11:01 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Wed, 20 Dec 2006 11:01:27 +0000
(11:01 +0000)
src/s/ms-w32.h
patch
|
blob
|
history
diff --git
a/src/s/ms-w32.h
b/src/s/ms-w32.h
index 461df7acfba32b8968986cbf231c02fb46e0e604..c0aa13d74befd622c68f874c671a1db09bd3fec8 100644
(file)
--- a/
src/s/ms-w32.h
+++ b/
src/s/ms-w32.h
@@
-137,6
+137,11
@@
Boston, MA 02110-1301, USA. */
#define HAVE_SOCKETS 1
+/* But our select implementation doesn't allow us to make non-blocking
+ connects. So until that is fixed, this is necessary: */
+
+#define BROKEN_NON_BLOCKING_CONNECT 1
+
/* Define this symbol if your system has the functions bcopy, etc. */
#define BSTRING